home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 March / Gamestar_71_2005-03_dvd.iso / Programy / MatrixY2K2005WebsiteStudio.exe / {app} / Matrix.exe / 0 / RCDATA / TFTABLE / TFTABLE.txt < prev   
Encoding:
Text File  |  2004-12-18  |  10.3 KB  |  495 lines

  1. object fTable: TfTable
  2.   Left = 242
  3.   Top = 159
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Table Creator'
  7.   ClientHeight = 419
  8.   ClientWidth = 699
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = False
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 2
  18.     Top = 225
  19.     Width = 389
  20.     Height = 160
  21.     Caption = 'Table Properties'
  22.     TabOrder = 0
  23.     object Label8: TLabel
  24.       Left = 13
  25.       Top = 64
  26.       Width = 172
  27.       Height = 13
  28.       AutoSize = False
  29.       Caption = 'Background color'
  30.     end
  31.     object Label3: TLabel
  32.       Left = 11
  33.       Top = 21
  34.       Width = 57
  35.       Height = 13
  36.       Caption = 'Table Width'
  37.     end
  38.     object Label9: TLabel
  39.       Left = 11
  40.       Top = 112
  41.       Width = 96
  42.       Height = 13
  43.       Caption = 'Background Image :'
  44.     end
  45.     object Panel2: TPanel
  46.       Left = 13
  47.       Top = 81
  48.       Width = 84
  49.       Height = 21
  50.       Hint = 'Click to change background color'
  51.       BevelOuter = bvLowered
  52.       Color = clWhite
  53.       ParentShowHint = False
  54.       ShowHint = True
  55.       TabOrder = 0
  56.       OnClick = Panel2Click
  57.     end
  58.     object Edit3: TEdit
  59.       Left = 12
  60.       Top = 39
  61.       Width = 37
  62.       Height = 21
  63.       TabOrder = 1
  64.       Text = '100%'
  65.     end
  66.     object Edit5: TEdit
  67.       Left = 11
  68.       Top = 129
  69.       Width = 334
  70.       Height = 21
  71.       TabOrder = 2
  72.     end
  73.     object Button3: TButton
  74.       Left = 352
  75.       Top = 129
  76.       Width = 32
  77.       Height = 21
  78.       Caption = '...'
  79.       TabOrder = 3
  80.       OnClick = Button3Click
  81.     end
  82.     object eBC: TEdit
  83.       Left = 101
  84.       Top = 81
  85.       Width = 63
  86.       Height = 21
  87.       CharCase = ecUpperCase
  88.       MaxLength = 7
  89.       TabOrder = 4
  90.       Text = '#'
  91.       OnChange = eBCChange
  92.     end
  93.   end
  94.   object GroupBox2: TGroupBox
  95.     Left = 2
  96.     Top = 1
  97.     Width = 389
  98.     Height = 221
  99.     Caption = 'Table Size'
  100.     TabOrder = 1
  101.     object Label1: TLabel
  102.       Left = 9
  103.       Top = 76
  104.       Width = 88
  105.       Height = 13
  106.       AutoSize = False
  107.       Caption = 'Rows'
  108.     end
  109.     object Label2: TLabel
  110.       Left = 9
  111.       Top = 24
  112.       Width = 87
  113.       Height = 13
  114.       AutoSize = False
  115.       Caption = 'Columns'
  116.     end
  117.     object Shape1: TShape
  118.       Left = 103
  119.       Top = 41
  120.       Width = 79
  121.       Height = 76
  122.       Brush.Color = 13554646
  123.     end
  124.     object Image1: TImage
  125.       Left = 109
  126.       Top = 46
  127.       Width = 65
  128.       Height = 65
  129.       AutoSize = True
  130.       Picture.Data = {<image000.bmp>}
  131.     end
  132.     object Image2: TImage
  133.       Left = 77
  134.       Top = 100
  135.       Width = 10
  136.       Height = 11
  137.       AutoSize = True
  138.       Picture.Data = {<image001.bmp>}
  139.     end
  140.     object Image3: TImage
  141.       Left = 77
  142.       Top = 49
  143.       Width = 11
  144.       Height = 10
  145.       AutoSize = True
  146.       Picture.Data = {<image002.bmp>}
  147.     end
  148.     object Image4: TImage
  149.       Left = 159
  150.       Top = 55
  151.       Width = 11
  152.       Height = 10
  153.       AutoSize = True
  154.       Picture.Data = {<image003.bmp>}
  155.     end
  156.     object Image5: TImage
  157.       Left = 113
  158.       Top = 92
  159.       Width = 10
  160.       Height = 11
  161.       AutoSize = True
  162.       Picture.Data = {<image004.bmp>}
  163.     end
  164.     object RadioGroup1: TRadioGroup
  165.       Left = 191
  166.       Top = 127
  167.       Width = 191
  168.       Height = 88
  169.       Caption = 'Alignment'
  170.       TabOrder = 0
  171.     end
  172.     object GroupBox3: TGroupBox
  173.       Left = 9
  174.       Top = 127
  175.       Width = 174
  176.       Height = 88
  177.       Caption = 'Cell properties'
  178.       TabOrder = 1
  179.       object Label5: TLabel
  180.         Left = 95
  181.         Top = 30
  182.         Width = 74
  183.         Height = 13
  184.         AutoSize = False
  185.         Caption = 'Cellspacing'
  186.       end
  187.       object Label6: TLabel
  188.         Left = 9
  189.         Top = 30
  190.         Width = 80
  191.         Height = 13
  192.         AutoSize = False
  193.         Caption = 'Cellpadding'
  194.       end
  195.       object SpinEdit1: TSpinEdit
  196.         Left = 9
  197.         Top = 48
  198.         Width = 61
  199.         Height = 22
  200.         Font.Charset = ANSI_CHARSET
  201.         Font.Color = clWindowText
  202.         Font.Height = -11
  203.         Font.Name = 'Verdana'
  204.         Font.Style = []
  205.         MaxValue = 0
  206.         MinValue = 0
  207.         ParentFont = False
  208.         TabOrder = 0
  209.         Value = 0
  210.       end
  211.       object SpinEdit2: TSpinEdit
  212.         Left = 95
  213.         Top = 48
  214.         Width = 62
  215.         Height = 22
  216.         Font.Charset = ANSI_CHARSET
  217.         Font.Color = clWindowText
  218.         Font.Height = -11
  219.         Font.Name = 'Verdana'
  220.         Font.Style = []
  221.         MaxValue = 0
  222.         MinValue = 0
  223.         ParentFont = False
  224.         TabOrder = 1
  225.         Value = 0
  226.       end
  227.     end
  228.     object Edit1: TEdit
  229.       Left = 9
  230.       Top = 95
  231.       Width = 64
  232.       Height = 21
  233.       TabOrder = 2
  234.       Text = '1'
  235.     end
  236.     object Edit2: TEdit
  237.       Left = 9
  238.       Top = 43
  239.       Width = 64
  240.       Height = 21
  241.       TabOrder = 3
  242.       Text = '1'
  243.     end
  244.     object RadioGroup2: TRadioGroup
  245.       Left = 192
  246.       Top = 36
  247.       Width = 81
  248.       Height = 82
  249.       Caption = 'Quote Type'
  250.       ItemIndex = 0
  251.       Items.Strings = (
  252.         '"'
  253.         #39)
  254.       TabOrder = 4
  255.     end
  256.   end
  257.   object Button1: TButton
  258.     Left = 4
  259.     Top = 394
  260.     Width = 101
  261.     Height = 23
  262.     Caption = 'Ok'
  263.     Default = True
  264.     TabOrder = 2
  265.     OnClick = Button1Click
  266.   end
  267.   object Button2: TButton
  268.     Left = 595
  269.     Top = 394
  270.     Width = 101
  271.     Height = 23
  272.     Caption = 'Cancel'
  273.     TabOrder = 3
  274.     OnClick = Button2Click
  275.   end
  276.   object GroupBox4: TGroupBox
  277.     Left = 399
  278.     Top = 2
  279.     Width = 298
  280.     Height = 383
  281.     Caption = 'Table border properties'
  282.     TabOrder = 4
  283.     object Label4: TLabel
  284.       Left = 10
  285.       Top = 48
  286.       Width = 63
  287.       Height = 13
  288.       AutoSize = False
  289.       Caption = 'Size'
  290.       Enabled = False
  291.     end
  292.     object Label7: TLabel
  293.       Left = 94
  294.       Top = 48
  295.       Width = 115
  296.       Height = 13
  297.       AutoSize = False
  298.       Caption = 'Border Color'
  299.       Enabled = False
  300.     end
  301.     object Label10: TLabel
  302.       Left = 9
  303.       Top = 128
  304.       Width = 288
  305.       Height = 57
  306.       AutoSize = False
  307.       Caption = 
  308.         'Normally, when a table is displayed, the browser uses variations' +
  309.         ' on the background color to get a 3d appearance. Bordercolorligh' +
  310.         't defines what color the light portions should be.'
  311.       Enabled = False
  312.       WordWrap = True
  313.     end
  314.     object Label11: TLabel
  315.       Left = 8
  316.       Top = 112
  317.       Width = 96
  318.       Height = 14
  319.       Caption = 'bordercolorlight :'
  320.       Enabled = False
  321.       Font.Charset = DEFAULT_CHARSET
  322.       Font.Color = clWindowText
  323.       Font.Height = -11
  324.       Font.Name = 'MS Sans Serif'
  325.       Font.Style = [fsBold]
  326.       ParentFont = False
  327.     end
  328.     object Label12: TLabel
  329.       Left = 8
  330.       Top = 232
  331.       Width = 97
  332.       Height = 14
  333.       Caption = 'bordercolordark :'
  334.       Enabled = False
  335.       Font.Charset = DEFAULT_CHARSET
  336.       Font.Color = clWindowText
  337.       Font.Height = -11
  338.       Font.Name = 'MS Sans Serif'
  339.       Font.Style = [fsBold]
  340.       ParentFont = False
  341.     end
  342.     object Label13: TLabel
  343.       Left = 8
  344.       Top = 248
  345.       Width = 288
  346.       Height = 57
  347.       AutoSize = False
  348.       Caption = 
  349.         'Normally, when a table is displayed, the browser uses variations' +
  350.         ' on the background color to get a 3d appearance. Bordercolordark' +
  351.         ' defines what color the dark portions should be.'
  352.       Enabled = False
  353.       WordWrap = True
  354.     end
  355.     object Label14: TLabel
  356.       Left = 187
  357.       Top = 368
  358.       Width = 107
  359.       Height = 12
  360.       Caption = 'Table Generator v3.0'
  361.       Color = clGray
  362.       Font.Charset = ANSI_CHARSET
  363.       Font.Color = clSilver
  364.       Font.Height = -9
  365.       Font.Name = 'Verdana'
  366.       Font.Style = []
  367.       ParentColor = False
  368.       ParentFont = False
  369.     end
  370.     object Border: TCheckBox
  371.       Left = 10
  372.       Top = 24
  373.       Width = 175
  374.       Height = 19
  375.       Caption = 'Use Border'
  376.       TabOrder = 0
  377.       OnClick = BorderClick
  378.     end
  379.     object Panel1: TPanel
  380.       Left = 93
  381.       Top = 65
  382.       Width = 84
  383.       Height = 21
  384.       Hint = 'Click to change border color'
  385.       BevelOuter = bvLowered
  386.       Color = clBlack
  387.       Enabled = False
  388.       ParentShowHint = False
  389.       ShowHint = True
  390.       TabOrder = 1
  391.       OnClick = Panel1Click
  392.     end
  393.     object edit4: TSpinEdit
  394.       Left = 9
  395.       Top = 65
  396.       Width = 64
  397.       Height = 22
  398.       Enabled = False
  399.       MaxValue = 0
  400.       MinValue = 0
  401.       TabOrder = 2
  402.       Value = 1
  403.     end
  404.     object Panel3: TPanel
  405.       Left = 9
  406.       Top = 193
  407.       Width = 84
  408.       Height = 21
  409.       Hint = 'Click to change background color'
  410.       BevelOuter = bvLowered
  411.       Color = clWhite
  412.       Enabled = False
  413.       ParentShowHint = False
  414.       ShowHint = True
  415.       TabOrder = 3
  416.       OnClick = Panel3Click
  417.     end
  418.     object Panel4: TPanel
  419.       Left = 9
  420.       Top = 313
  421.       Width = 84
  422.       Height = 21
  423.       Hint = 'Click to change background color'
  424.       BevelOuter = bvLowered
  425.       Color = clWhite
  426.       Enabled = False
  427.       ParentShowHint = False
  428.       ShowHint = True
  429.       TabOrder = 4
  430.       OnClick = Panel4Click
  431.     end
  432.     object eBCL: TEdit
  433.       Left = 96
  434.       Top = 193
  435.       Width = 63
  436.       Height = 21
  437.       CharCase = ecUpperCase
  438.       Enabled = False
  439.       MaxLength = 7
  440.       TabOrder = 5
  441.       Text = '#'
  442.       OnChange = eBCLChange
  443.     end
  444.     object eBCD: TEdit
  445.       Left = 96
  446.       Top = 313
  447.       Width = 63
  448.       Height = 21
  449.       CharCase = ecUpperCase
  450.       Enabled = False
  451.       MaxLength = 7
  452.       TabOrder = 6
  453.       Text = '#'
  454.       OnChange = eBCDChange
  455.     end
  456.     object eBorderC: TEdit
  457.       Left = 179
  458.       Top = 65
  459.       Width = 63
  460.       Height = 21
  461.       CharCase = ecUpperCase
  462.       Enabled = False
  463.       MaxLength = 7
  464.       TabOrder = 7
  465.       Text = '#000000'
  466.       OnChange = eBorderCChange
  467.     end
  468.   end
  469.   object ColorDialog1: TColorDialog
  470.     Ctl3D = True
  471.     Left = 346
  472.     Top = 16
  473.   end
  474.   object ActionList1: TActionList
  475.     Left = 306
  476.     Top = 281
  477.     object CloseWindow: TAction
  478.       Caption = 'CloseWindow'
  479.       ShortCut = 27
  480.       OnExecute = CloseWindowExecute
  481.     end
  482.   end
  483.   object OpenDialog1: TOpenPictureDialog
  484.     Filter = 
  485.       'All (*.jpg;*.jpeg;*.gif;*.bmp;*.ico;*.emf;*.wmf;*.png)|*.jpg;*.j' +
  486.       'peg;*.gif;*.bmp;*.ico;*.emf;*.wmf;*.png|Gif Image File (*.gif)|*' +
  487.       '.gif|JPEG Image File (*.jpg)|*.jpg|JPEG Image File (*.jpeg)|*.jp' +
  488.       'eg|Bitmaps (*.bmp)|*.bmp|Icons (*.ico)|*.ico|Enhanced Metafiles ' +
  489.       '(*.emf)|*.emf|Metafiles (*.wmf)|*.wmf|PNG Files (*.png)|*.png|Al' +
  490.       'l  (*.*)|*.*'
  491.     Left = 328
  492.     Top = 144
  493.   end
  494. end
  495.